N头条>英语词典>heap up翻译和用法

heap up

英 [hiːp ʌp]

美 [hiːp ʌp]

堆放; 堆积; 堆起

英英释义

verb

  • arrange into piles or stacks
    1. She piled up her books in my living room
    Synonym:pile upstack up

双语例句

  • Memory leaks lead to more and more consumption of memory that is reserved by the Java heap, and the garbage collector will be able to free up less memory over time.
    内存泄漏会导致Java堆保留的内存使用越来越大,随着时间的增加,垃圾回收器能释放的内存会越来越少。
  • Just heap them up and shoot them.
    把油桶堆起来开一枪试试。
  • As the agent or subagent requires more heap space to process larger SQL statements, the database manager will allocate memory as needed, up to the maximum specified by this parameter.
    当代理程序或子代理程序需要更多的堆空间以处理较大的SQL语句时,数据库管理器将按照需要分配内存,所分配的内存大小最大可达到该参数所指定的最大值。
  • Being ignorant that all deeds must cause results to the doer, some continue to kill and heap up more suffering on themselves in the future.
    施行者必须承受其所有无知的行为而导致的后果。连续杀生的人,积累了更多的苦难到他们的将来里。
  • This line is useful because it tells us how much of the heap is free and that there are objects being cleaned up and not pinned to the heap.
    这一行非常有用,因为它告诉我们这个heap有多少是空闲的,而且有一些对象正在被清理且不会占用这个heap。
  • The idea is to divide the heap up into different areas, and collect these areas at different rates.
    其背后的理念是:将堆分割为多个不同区域,以不同的速度收集这些区域。
  • Mr McCarthy was lucky to heap up his fortune before taxes got so high.
    麦卡锡先生运气好,在税收没有这么高的时候就积累了财富。
  • You just forget where the memory is that you asked for on the heap and it's not going to get cleaned up on the stack because malloc puts it somewhere else.
    你忘了你在堆中申请的内存在哪里,它将会被栈清除,因为malloc把它放在别的地方。
  • Since a single heap is actually divided into many heaps ( up to32), unnecessary enabling of malloc multiheap can cause severe fragmentation.
    因为单一堆实际上被分割为许多个堆(最多32个),不必要地启用mallocmultiheap会导致严重的碎片化。
  • If the used heap line is creeping up when there's no obvious reason for the memory requirements of the application to be increasing, there may be a leak.
    如果没有任何明显的原因应用程序要增加内存要求时,使用的堆的线条向上蔓延,则有可能存在泄露。